@charset "UTF-8";
#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  body {
    background: #fff;
    font-family: "PingFang SC";
    min-width: auto !important;
  }
  #app-wrap .container .bt {
    border-top: 1px solid #e6e5e5;
  }
  #app-wrap .container .common-title {
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ae0c0e;
    height: 34px;
    line-height: 34px;
    margin: 0 8px;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
  }
  #app-wrap .container .common-title span:first-child {
    margin-left: 8px;
    width: 70%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .common-title span.more {
    font-size: 12px;
    color: rgba(2, 2, 2, 0.8);
    font-weight: bold;
  }
  #app-wrap .container .common-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 3px;
    height: 12px;
    background: #ae0c0e;
  }
  #app-wrap .container .news-content-title {
    margin: 0 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    color: #970507;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .news-part {
    margin: 0 8px;
  }
  #app-wrap .container .news-part .news-top {
    display: flex;
    padding: 8px 0;
  }
  #app-wrap .container .news-part .news-top li {
    width: 24%;
    height: 46px;
    background: url(mobile-topnav.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  #app-wrap .container .news-part .news-top li .img-icon {
    text-align: center;
    width: 20px;
    height: 15px;
    margin: 0 auto;
  }
  #app-wrap .container .news-part .news-top li .txt {
    font-size: 11px;
    font-weight: bold;
    margin-top: 6px;
    color: #363636;
    text-align: center;
  }
  #app-wrap .container .news-part .news-top .active {
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/41799/mobile-topnav-on.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .news-part .news-top .active .txt {
    color: #fdfbfb;
  }
  #app-wrap .container .news-part .news-top .active::after {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 0px;
    /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0px;
    left: 50%;
    margin-left: -3px;
    border: 6px solid #970507;
    border-bottom-color: transparent;
    /* 设置透明背景色 */
    border-left-color: transparent;
    border-right-color: transparent;
  }
  #app-wrap .container .news-part .swiper-container {
    width: 100%;
    height: 100%;
    height: 235px;
  }
  #app-wrap .container .news-part .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #app-wrap .container .news-part .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #app-wrap .container .news-part .swiper-slide a img {
    width: 100%;
    height: 100%;
  }
  #app-wrap .container .news-part .swiper-slide a .five-txt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }
  #app-wrap .container .news-part .swiper-slide a .five-txt div {
    width: 80%;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .news-part .swiper-pagination-fraction,
  #app-wrap .container .news-part .swiper-pagination-custom,
  #app-wrap .container .news-part .swiper-container-horizontal > .swiper-pagination-bullets {
    right: 0;
    left: 80%;
    width: 20% !important;
    bottom: 5px;
  }
  #app-wrap .container .news-part .swiper-pagination-bullet {
    width: 8px;
    height: 6px;
    background: #fafaf8;
    border-radius: 0;
  }
  #app-wrap .container .news-part .swiper-pagination-bullet-active {
    background: #d51414;
  }
  #app-wrap .container .local-part {
    padding: 10px 8px 0;
  }
  #app-wrap .container .local-part .tab {
    border-top: 1px solid #754523;
    border-bottom: 1px solid #e6e5e5;
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: flex;
  }
  #app-wrap .container .local-part .tab span {
    display: inline-block;
    width: 18%;
    font-size: 14px;
    font-weight: bold;
    color: #020202;
    text-align: center;
  }
  #app-wrap .container .local-part .tab .active {
    background: #754523;
    color: #ffffff;
  }
  #app-wrap .container .local-part .tab-content .tab-substance .title {
    font-size: 14px;
    font-weight: bold;
    color: #d51414;
    text-align: center;
    padding: 12px 0;
  }
  #app-wrap .container .local-part .tab-content .tab-substance .content {
    font-size: 14px;
    font-weight: 400;
    color: #020202;
    text-indent: 40px;
    padding: 0 25px 8px;
  }
  #app-wrap .container .local-part .tab-content .tab-substance .content .neirong {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #app-wrap .container .local-part .tab-content .tab-substance .content .detail {
    color: #42080d;
    font-weight: bold;
  }
  #app-wrap .container .local-part .local-icon {
    width: 100%;
    height: 57px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/41799/mobile-local-icon.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .government-part {
    padding-top: 10px;
  }
  #app-wrap .container .government-part .government-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 8px;
  }
  #app-wrap .container .government-part .government-list li {
    width: 47%;
    height: 34px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/41799/mobile-gov-icon.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
  }
  #app-wrap .container .government-part .government-list li a {
    position: relative;
    display: block;
    height: 100%;
    line-height: 34px;
  }
  #app-wrap .container .government-part .government-list li a .txt {
    font-size: 14px;
    font-weight: bold;
    color: #5a412c;
    text-align: center;
  }
  #app-wrap .container .government-part .government-list li a .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4.5px;
    width: 7px;
    height: 9px;
    background: url(mobile-arrow.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .important-part .important-list {
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
  }
  #app-wrap .container .important-part .important-list li {
    width: 33.3%;
    padding: 5px;
  }
  #app-wrap .container .important-part .important-list li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    height: 100%;
    padding-left: 14px;
    line-height: 30px;
    background: #fffdf6;
    border: 1px solid #f2e8ca;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .important-part .important-list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 6px;
    width: 5px;
    height: 5px;
    background: #666460;
    border-radius: 50%;
  }
  #app-wrap .container .apply-part {
    padding-top: 10px;
  }
  #app-wrap .container .apply-part .apply-list {
    padding: 10px 16px 0;
    display: flex;
    justify-content: space-around;
  }
  #app-wrap .container .apply-part .apply-list .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23%;
    height: 24px;
    border: 1px solid #42080d;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(32, 32, 32, 0.9);
  }
  #app-wrap .container .apply-part .apply-list .item .ic1 {
    width: 11px;
    height: 11px;
    background: url(mobile-ws.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 5px;
  }
  #app-wrap .container .apply-part .apply-list .item .ic2 {
    width: 9px;
    height: 11px;
    background: url(mobile-xz.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 5px;
  }
  #app-wrap .container .apply-part .apply-list .item .ic3 {
    width: 12px;
    height: 11px;
    background: url(mobile-cx.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
  }
  #app-wrap .container .apply-part .apply-list .item div:last-child {
    width: 77%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .apply-part .apply-list .item1 {
    width: 47%;
  }
  #app-wrap .container .apply-part .apply-list .item1 div:last-child {
    width: 80%;
  }
  #app-wrap .container .newest-part {
    padding-top: 10px;
    position: relative;
  }
  #app-wrap .container .newest-part::after {
    content: "";
    position: absolute;
    top: 170px;
    right: 0;
    z-index:-1;
    width: 113px;
    height: 189px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/41799/mobile-d.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .service-part .second-title {
    height: 25px;
    background: #fbf8ee;
    margin: 8px 8px 0;
    display: flex;
    align-items: center;
  }
  #app-wrap .container .service-part .second-title .ic {
    width: 12px;
    height: 12px;
    background: url(mobile-ic.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 7px;
    margin-left: 12px;
  }
  #app-wrap .container .service-part .second-title .jia {
    width: 8px;
    height: 8px;
    background: url(mobile-jia.png) no-repeat;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: 7px;
  }
  #app-wrap .container .service-part .service-list {
    padding: 0 26px;
    display: flex;
    justify-content: space-around;
  }
  #app-wrap .container .service-part .service-list li {
    text-align: center;
    padding-top: 14px;
  }
  #app-wrap .container .service-part .service-list li a {
    display: block;
    font-size: 14px;
    color: #272829;
  }
  #app-wrap .container .service-part .service-list li a .img-icon {
    height: 23px;
  }
  #app-wrap .container .service-part .service-list li a div:last-child {
    padding: 8px 0 5px;
  }
  #app-wrap .container .complaint-part {
    border-bottom: 1px solid #d2d2d2;
    margin: 0 8px;
    padding-top: 10px;
  }
  #app-wrap .container .complaint-part .common-title {
    border-bottom: none;
    border-top: 1px solid #d2d2d2;
  }
  #app-wrap .container .complaint-part .common-title::after {
    width: 0;
    height: 0;
  }
  #app-wrap .container .complaint-part .complaint-list {
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #app-wrap .container .complaint-part .complaint-list li {
    width: 25%;
    text-align: center;
  }
  #app-wrap .container .complaint-part .complaint-list li a {
    display: block;
  }
  #app-wrap .container .complaint-part .complaint-list li a .img-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  #app-wrap .container .complaint-part .complaint-list li a .img-icon img {
    width: 40px;
    height: 40px;
  }
  #app-wrap .container .complaint-part .complaint-list li a .txt {
    font-weight: 400;
    color: #272829;
    font-size: 12px;
    padding-bottom: 14px;
  }
  #app-wrap .container .investigation-wrap .common-title {
    border: none;
  }
  #app-wrap .container .investigation-wrap .zonghe-part {
    padding-top: 10px;
  }
  #app-wrap .container .investigation-wrap .zonghe-part .zonghe-list {
    display: flex;
    padding: 10px 25px;
    margin: 0 8px;
    border-bottom: 1px solid #d2d2d2;
  }
  #app-wrap .container .investigation-wrap .zonghe-part .zonghe-list li {
    width: 25%;
    height: 32px;
    background: url(mobile-zonghe.png);
    background-size: 100% 100%;
    margin-left: 14px;
  }
  #app-wrap .container .investigation-wrap .zonghe-part .zonghe-list li a {
    display: block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #563636;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .investigation-wrap .zonghe-part .zonghe-list li:first-child {
    margin-left: 0;
  }
  #app-wrap .container .investigation-wrap .zonghe-part .zonghe-list .active {
    background: url(mobile-zonghe-on.png);
    background-size: 100% 100%;
  }
  #app-wrap .container .investigation-wrap .zonghe-part .zonghe-list .active a {
    color: #563636;
  }
  #app-wrap .container .investigation-wrap .opinion-part {
    padding-top: 10px;
  }
  #app-wrap .container .investigation-wrap .zuzhi-part {
    display: flex;
    padding: 0 8px;
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-left {
    width: 24px;
    height: 123px;
    font-size: 14px;
    background: #ae0c0e;
    border: 1px solid #d2d2d2;
    color: #970507;
    -webkit-text-stroke: 1px #fcfdfe;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right {
    flex: 1;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right .zuzhi-tab-box {
    overflow-x: auto;
    border-right: 1px solid #e6e5e5;
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right ::-webkit-scrollbar {
    width: 0.1rem;
    /*滚动条宽度*/
    height: 0.1rem;
    /*滚动条高度*/
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right ::-webkit-scrollbar-track {
    background-color: transparent;
    /*滚动条的背景颜色*/
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right ::-webkit-scrollbar-thumb {
    background-color: transparent;
    /*滚动条的背景颜色*/
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right .common-tab {
    margin: 0;
    height: auto;
    width: 220%;
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right .common-tab span {
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right .common-tab span:first-child {
    border-left: none;
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right .zuzhi-list {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #dadadb;
    border-bottom: 1px solid #d2d2d2;
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right .zuzhi-list li {
    width: 25%;
    height: 23px;
  }
  #app-wrap .container .investigation-wrap .zuzhi-part .zuzhi-right .zuzhi-list li a {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #272829;
    text-align: center;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .investigation-wrap .country-part {
    margin: 6px 8px;
    height: 40px;
    background: url(mobile-fazhi.png);
    background-size: 100% 100%;
  }
  #app-wrap .container .investigation-wrap .gov-icon {
    padding: 0 8px;
    display: flex;
    height: 38px;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 18px;
  }
  #app-wrap .container .common-tab {
    height: 30px;
    display: flex;
    margin: 0 8px;
  }
  #app-wrap .container .common-tab span {
    display: inline-block;
    width: 25%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #754523;
  }
  #app-wrap .container .common-tab .active {
    border: none;
    border-top: 1px solid #754523;
    border-left: 1px solid #dadadb;
    border-right: 1px solid #dadadb;
    font-weight: bold;
    color: rgba(174, 12, 14, 0.9);
  }
  #app-wrap .container .tab-list {
    margin: 0 18px;
    padding: 10px 0;
  }
  #app-wrap .container .tab-list li {
    position: relative;
    width: 100%;
    padding-top: 5px;
  }
  #app-wrap .container .tab-list li a {
    display: flex;
    font-size: 14px;
    color: #030303;
  }
  #app-wrap .container .tab-list li a i {
    width: 3px;
    height: 3px;
    background: #8c1515;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 14px;
    z-index: 1;
  }
  #app-wrap .container .tab-list li a .txt {
    margin-left: 10px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .tab-list li a .time {
    color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
  }
  #app-wrap .container .tab-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dotted #d2d2d2;
  }
  .tab-content .tab-substance {
    display: none;
  }
  .tab-content .tab-substance:first-child {
    display: block;
  }
}
